home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / sx227r1.zip / AREAS.DEF < prev    next >
Text File  |  1990-07-30  |  11KB  |  372 lines

  1. ;---------------------------------------------------------------------
  2. ;                RBBS Silver Xpress Areas Definition file
  3. ;                  (c) copyright 1990 Santronics Software
  4. ;---------------------------------------------------------------------
  5.  
  6. ; The AREAS.DEF is the most important file in the Xpress system setup
  7. ; for RBBS.  The main purpose for it is to tell Xpress what message
  8. ; bases to use.
  9. ;
  10. ; RBBS allow for unlimited mail areas. This version of Xpress allows for
  11. ; only 256 mail areas. RBBS also does not necessarily work with area
  12. ; numbers, but rather  8 or less character names. Xpress only works with
  13. ; Area numbers.  Therefore this file is required to enumerate and order
  14. ; the RBBS message areas.
  15. ;
  16. ; NOTE! You should MAINTAIN the numbering as consistent as possible.
  17. ;       Changing it around will cause mis-selections with the user.
  18. ;       If you must reorder, you are going to have modify the users
  19. ;       selected areas with XPUSER.EXE
  20. ;
  21. ;--------------------------  Miscellaneous    ------------------------
  22. ;
  23. ; Main user file for RBBS (NOT A SUB-BOARD USER FILE!!)
  24.  
  25. MAIN_USER_FILE      D:\RBBS\USERS
  26.  
  27. ; Main Message file for RBBS  (NOT A SUB-BOARD MESSAGE FILE!)
  28.  
  29. MAIN_MESSAGE_FILE   D:\RBBS\MESSAGES
  30.  
  31. ; RBBS Secret Name. This is your psuedo NAME. Your REAL NAME must
  32. ; appear define in XPCFG.EXE.
  33.  
  34. SECRET_NAME         MAGILLA GORILLA
  35.  
  36. ; RBBS's Individuation Offset and Length.  (OPTIONAL. SEE RBBS DOCS)
  37. ; If you don't know what this is, then you don't need it.  If you
  38. ; do use INDIV fields, then the OFFSET and LEN must match those in
  39. ; your RBBS-PC.DEF file.
  40.  
  41. ;;; INDIV_OFFSET        88
  42. ;;; INDIV_LEN           4
  43.  
  44. ; AKA Matrix Addressing (FIVE max).
  45. ; Format: AKA zone:net/zone
  46.  
  47. AKA  2:222/222
  48. AKA  3:322/333
  49. AKA  4:422/444
  50. AKA  5:522/555
  51. AKA  8:888/888
  52.  
  53. ;--------------------------  Area Definitions ------------------------
  54. ; The format is as follows
  55. ;
  56. ;AREA area# title
  57. ;
  58. ;   area#  - 0 to 255
  59. ;            0 is a special area. Normally under OPUS, area 0 is
  60. ;            is as a logout comment areas. SYSOPS using Xpress Reader
  61. ;            can then read the logout messsage, and optionally have
  62. ;            the a reply to another area.
  63. ;   title  - The area title. This should have two parts:
  64. ;               short (18 characters), long title (50 characters)
  65. ;            ie,  Pascal Echo, International Fido Pascal Echo
  66. ;
  67. ;   SYSOPNAME  name of sysop moderator for sub-board. Default or left
  68. ;              blank will make the true BBS sysop the moderator. This
  69. ;              option basically allows the moderator of the board to
  70. ;              read private mail, create read only mail, etc.
  71. ;
  72. ;   MESSAGE    full file name path to the message file M.DEF for RBBS format.
  73. ;              full directory path for FIDO format.
  74. ;
  75. ;   USER       full file name path to the user file U.DEF corresponding
  76. ;              to MESSAGE path. Ignore for MAILFORM FIDO type areas.
  77. ;              Note: You must have a U.DEF file for the M.DEF. Xpress
  78. ;              does not work for RBBS boards without U.DEF files.
  79. ;
  80. ;   MAILFORM   Mail Format. FIDO, RBBS, QBBS, PCBOARD
  81. ;              (QBBS, PCBOARD is ignored)
  82. ;
  83. ;              FIDO    -  This is a standard FIDONET directory. One message
  84. ;                         per file format. Note: If use use QMAIL or CONFMAIL
  85. ;                         make sure you set OPUS_DATE in qm.cfg or -N with
  86. ;                         CONFMAIL.
  87. ;
  88. ;              RBBS    -  Standard RBBS M.DEF and U.DEF file.
  89. ;
  90. ;   MAILTYPE   Mail Distribution type: LOCAL, ECHO, NETMAIL, FAX
  91. ;
  92. ;
  93. ;              LOCAL   -  Xpress not append optional origin line to message.
  94. ;
  95. ;              ECHO    -  Xpress appends optional origin line to message.
  96. ;
  97. ;              NETMAIL -  Activates Reader Netmail Capability.  You should
  98. ;                         NOTE: NETMAIL is good for MAILFORM FIDO only.
  99. ;
  100. ;              FAX     -  ignore at this point. Must use FaXpress Module.
  101. ;
  102. ;   MINLEVEL   minimim security level required for entrance.
  103. ;
  104. ;   AUTOLEVEL  Minimum Security Level Exempt from AutoUpdate.  When a user
  105. ;              is automatically added to a sub-board, his user access is
  106. ;              set this level if it below this level. Otherwise, it is set
  107. ;              to the minimum level.
  108. ;
  109. ;   READPUB    security Level required to read  a public  message.
  110. ;   READPRI    security Level required to read  a private message.
  111. ;   POSTPUB    security Level required to enter a public  message.
  112. ;   POSTPRI    security Level required to enter a private message.
  113. ;   POSTANON   security Level required to enter anonymous mail
  114. ;
  115. ;   MAXLINES   Maximum lines allowed in a messages. Xpress will truncate
  116. ;              uploaded mail exceeded this limit.
  117. ;
  118. ;   ELASTIC    (NOT AVAILABLE YET)
  119. ;              YES allows appending of new mail iff overflow.
  120. ;              NO, new messages will be dumped if overflow.
  121. ;
  122. ;              NOTE: Xpress will NOT respect non-elastic areas with this
  123. ;              version. We suggest you do not use this option. It is
  124. ;              ignored anyway. Santronics Software will not be held
  125. ;              liable if you include a non-elastic areas as a xpress
  126. ;              areas and damage occurs.
  127. ;
  128. ;
  129. ;   MAXMSGS    Maximum # of Messages Allowed in this Area. (0 No Limit).
  130. ;              Ignored at this this. This option will work will the ELASTIC
  131. ;              option is implemented.
  132. ;
  133. ;   SEENBY     YES - Xpress truncates SEEN-BY traffic information in FIDO
  134. ;                    echo areas.
  135. ;              NO  - Xpress will pass seenby info to the Xpress users.
  136. ;
  137. ;              In FidoNet Echo mail, the seenby lines are traffic information
  138. ;              at the bottom of the message showing the exact path of nodes
  139. ;              the message traveled. This is usually not needed by the user
  140. ;              and adds overhead if you pass it on to the user.
  141. ;
  142. ;   PASSWORD   Area password for entry within Xpress (optional).  Leave
  143. ;              blank for no password.
  144. ;
  145. ;   ECHOTAG    echo tag for echo areas only (OPTIONAL). Leave blank for
  146. ;              no echo tag. This option is good if you use mail processors
  147. ;              like QMAIL or CONFMAIL. These processors look for the file
  148. ;              ECHOTOSS.LOG for faster scanning/packing of new mail.
  149. ;
  150. ;   SCANLIMIT  Xpress mail scan limit per message area. 0 - No limit.
  151. ;              RBBS Silver Xpress will make it easier for your users to
  152. ;              join and participate in other mail others.  The first
  153. ;              time he joins and scans for mail, he may get overwhelmed
  154. ;              with mail. This options allows for a catch up mail.
  155. ;              Recommended values are based on the heavy load of your
  156. ;              areas.
  157. ;
  158. ;ENDAREA
  159. ;---------------------------------------------------------------------------
  160. ;
  161. ;------------------------- Sample Areas ------------------------------------
  162. ;
  163. ; If to plan to setup and blend RBBS and FidoNet areas, then we recommends
  164. ; you set area ranges for each type:
  165. ;
  166. ;     areas 0   - 100  fido areas
  167. ;     areas 101 - 255  RBBS areas
  168. ;
  169. ; Otherwise, if you are a pure RBBS setup, setup the areas so you
  170. ; have local versus echo areas ranges.
  171. ;
  172.  
  173. AREA 0  Comments, this is the long title for Xpress.
  174.   SYSOPNAME Hector Santos
  175.   MESSAGE   c:\msg\logout
  176.   USER
  177.   MAILTYPE  LOCAL
  178.   MAILFORM  FIDO
  179.   AUTOLEVEL 5
  180.   MINLEVEL  5
  181.   READPUB   5
  182.   READPRI   5
  183.   POSTPUB   5
  184.   POSTPRI   5
  185.   POSTANON  10
  186.   MAXLINES  999
  187.   ELASTIC   YES
  188.   MAXMSGS
  189.   SEENBY
  190.   ECHOTAG
  191.   PASSWORD
  192.   SCANLIMIT
  193. ENDAREA
  194.  
  195. AREA 2  NetMail, FidoNet NetMail (1:129/82)
  196.   SYSOPNAME  Hector Santos
  197.   MESSAGE    c:\msg\net
  198.   USER
  199.   MAILTYPE   NETMAIL
  200.   MAILFORM   FIDO
  201.   AUTOLEVEL  10
  202.   MINLEVEL   10
  203.   READPUB    10
  204.   READPRI    10
  205.   POSTPUB    10
  206.   POSTPRI    10
  207.   POSTANON   99
  208.   MAXLINES
  209.   MAXMSGS
  210.   ELASTIC
  211.   SEENBY
  212.   ECHOTAG
  213.   PASSWORD
  214.   SCANLIMIT
  215. ENDAREA
  216.  
  217. AREA 3  Xpress Support, International FidoNet Xpress Uer Echo
  218.   SYSOPNAME  Hector Santos
  219.   MESSAGE    c:\msg\xsupport
  220.   USER
  221.   MAILTYPE   ECHO
  222.   MAILFORM   FIDO
  223.   AUTOLEVEL  5
  224.   MINLEVEL   5
  225.   READPUB    5
  226.   READPRI    5
  227.   POSTPUB    5
  228.   POSTPRI    10
  229.   POSTANON   99
  230.   MAXLINES   999
  231.   MAXMSGS    999
  232.   ELASTIC    YES
  233.   SEENBY     YES
  234.   ECHOTAG    OPUS_XPRESS
  235.   PASSWORD
  236.   SCANLIMIT
  237. ENDAREA
  238.  
  239. AREA 4 Xpress Sysop, International FidoNet Xpress Sysop Support Echo.
  240.   SYSOPNAME  Hector Santos
  241.   MESSAGE    c:\msg\xsysop
  242.   USER
  243.   MAILTYPE   LOCAL
  244.   MAILFORM   FIDO
  245.   AUTOLEVEL  5
  246.   MINLEVEL   5
  247.   READPUB    5
  248.   READPRI    5
  249.   POSTPUB    5
  250.   POSTPRI    10
  251.   POSTANON   99
  252.   MAXLINES   99
  253.   MAXMSGS    999
  254.   ELASTIC    YES
  255.   SEENBY     YES
  256.   ECHOTAG    XPRESS_SYSOP
  257.   PASSWORD   XPSYSOP
  258.   SCANLIMIT
  259. ENDAREA
  260.  
  261. AREA 101  Local Mail, RBBS Local Message Area.
  262.   SYSOPNAME Hector Santos
  263.   MESSAGE   c:\rbbs\messages
  264.   USER      c:\rbbs\users
  265.   MAILTYPE  LOCAL
  266.   MAILFORM  RBBS
  267.   AUTOLEVEL 5
  268.   MINLEVEL  5
  269.   READPUB   5
  270.   READPRI   5
  271.   POSTPUB   5
  272.   POSTPRI   5
  273.   POSTANON  99
  274.   MAXLINES  999
  275.   ELASTIC   YES
  276.   MAXMSGS
  277.   SEENBY
  278.   ECHOTAG
  279.   PASSWORD
  280.   SCANLIMIT
  281. ENDAREA
  282.  
  283. AREA 102  Creation of Life, Long title
  284.   SYSOPNAME  Hector Santos
  285.   MESSAGE    c:\rbbs\CREATEM.DEF
  286.   USER       c:\rbbs\CREATEU.DEF
  287.   MAILTYPE   ECHO
  288.   MAILFORM   RBBS
  289.   AUTOLEVEL  5
  290.   MINLEVEL   5
  291.   READPUB    5
  292.   READPRI    5
  293.   POSTPUB    5
  294.   POSTPRI    10
  295.   POSTANON   99
  296.   MAXLINES   999
  297.   MAXMSGS    999
  298.   ELASTIC    YES
  299.   SEENBY     NO
  300.   ECHOTAG
  301.   PASSWORD
  302.   SCANLIMIT  50
  303. ENDAREA
  304.  
  305.  
  306. AREA 103  General, this is the long title for Xpress.
  307.   SYSOPNAME HECTOR SANTOS
  308.   MESSAGE    c:\rbbs\generalm.def
  309.   USER       c:\rbbs\generalu.def
  310.   MAILTYPE   LOCAL
  311.   MAILFORM   RBBS
  312.   AUTOLEVEL  5
  313.   MINLEVEL   5
  314.   READPUB    5
  315.   READPRI    5
  316.   POSTPUB    5
  317.   POSTPRI    6
  318.   POSTANON   99
  319.   MAXLINES   999
  320.   MAXMSGS    999
  321.   ELASTIC    YES
  322.   SEENBY     NO
  323.   ECHOTAG
  324.   PASSWORD   SECRET
  325.   SCANLIMIT  50
  326. ENDAREA
  327.  
  328. AREA 104 Dr Debug, this is the long title for Xpress.
  329.   SYSOPNAME Hector Santos
  330.   MESSAGE   c:\rbbs\drdebugm.def
  331.   USER      c:\rbbs\drdebugu.def
  332.   MAILTYPE  LOCAL
  333.   MAILFORM  RBBS
  334.   AUTOLEVEL 5
  335.   MINLEVEL  5
  336.   READPUB   5
  337.   READPRI   5
  338.   POSTPUB   5
  339.   POSTPRI   10
  340.   POSTANON  99
  341.   MAXLINES  999
  342.   MAXMSGS   999
  343.   ELASTIC   YES
  344.   SEENBY    NO
  345.   ECHOTAG   DOCTOR_DEBUG
  346.   PASSWORD
  347.   SCANLIMIT
  348. ENDAREA
  349.  
  350. AREA 105  C echo, this is the long title for Xpress.
  351.   SYSOPNAME Hector Santos
  352.   MESSAGE   c:\rbbs\CECHOM.def
  353.   USER      c:\rbbs\CECHOU.def
  354.   MAILTYPE  ECHO
  355.   MAILFORM  RBBS
  356.   AUTOLEVEL 5
  357.   MINLEVEL  5
  358.   READPUB   5
  359.   READPRI   5
  360.   POSTPUB   5
  361.   POSTPRI   10
  362.   POSTANON  99
  363.   MAXLINES  999
  364.   MAXMSGS   999
  365.   ELASTIC   YES
  366.   SEENBY    NO
  367.   ECHOTAG   C_ECHO
  368.   PASSWORD  TEST
  369.   SCANLIMIT 50
  370. ENDAREA
  371.  
  372.